Revision: hackerlab--devo--1.0--patch-71
Archive: lord@emf.net--2004
Creator: Tom Lord <lord@emf.net>
Date: Tue May 18 15:03:30 PDT 2004
Standard-date: 2004-05-18 22:03:30 GMT
Modified-files: rx-xml/re.c strings/udstr.c
    strings/ustr-acc.c strings/ustr-copycat.c
    uni/coding-inlines.c uni/coding-inlines.h uni/coding.h
New-patches: lord@emf.net--2004/hackerlab--devo--1.0--patch-71
Summary: uni/coding-lines.[ch] cleanup
Keywords: 


Rename `uni_code_unit_size' to `uni_cv_sizeof' for consistency with
`ustr_' names.

Rename `uni_is_noncharacter' to `uni_is_codepoint' and flag most calls
to it as `#undef fixme's -- "is codepoint" is what it (should) mean
and it isn't obvious that it's been used that way in some code.

Add `uni_scanner_sizeof' which returns the sizeof() the unit of
indexes and lengths used by the _scan/_put function for native
encodings and 1 (which is used as the index unit by _iscan/_iput) for
-be and -le encodings.

